Fix many instances of "the the" in docs and comments. (#165815, Masao
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 Feb 2005 18:15:09 +0000 (18:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 1 Feb 2005 18:15:09 +0000 (18:15 +0000)
2005-02-01  Matthias Clasen  <mclasen@redhat.com>

* */*.c: Fix many instances of "the the" in docs and
comments.  (#165815, Masao Mutoh)

21 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/gdkevents.c
gdk/gdkrgb.c
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkkeys-x11.c
gdk/x11/gdkscreen-x11.c
gdk/x11/gdkselection-x11.c
gtk/gtkbbox.c
gtk/gtkcontainer.c
gtk/gtkdnd.c
gtk/gtkentry.c
gtk/gtkfilechooser.c
gtk/gtkfilesel.c
gtk/gtkfilesystemmodel.c
gtk/gtkradioaction.c
gtk/gtkrc.c
gtk/gtktreeview.c
gtk/gtkwidget.c
gtk/gtkwindow.c

index 4a9b2ecee98862d2762f891f3df1d49f0fb6b0b7..c32a00e651dcbcf6101bcd5f7efce1470e0db542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * */*.c: Fix many instances of "the the" in docs and
+       comments.  (#165815, Masao Mutoh)
+
        * gtk/updateiconcache.c (main): Add a --quiet option.
 
 2005-02-01  Tor Lillqvist  <tml@novell.com>
index 4a9b2ecee98862d2762f891f3df1d49f0fb6b0b7..c32a00e651dcbcf6101bcd5f7efce1470e0db542 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * */*.c: Fix many instances of "the the" in docs and
+       comments.  (#165815, Masao Mutoh)
+
        * gtk/updateiconcache.c (main): Add a --quiet option.
 
 2005-02-01  Tor Lillqvist  <tml@novell.com>
index 4a9b2ecee98862d2762f891f3df1d49f0fb6b0b7..c32a00e651dcbcf6101bcd5f7efce1470e0db542 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * */*.c: Fix many instances of "the the" in docs and
+       comments.  (#165815, Masao Mutoh)
+
        * gtk/updateiconcache.c (main): Add a --quiet option.
 
 2005-02-01  Tor Lillqvist  <tml@novell.com>
index 817896a05bfc8e2d395fb6e0696904e75853e394..778d5b77e3c73c17b311433a9704de4cfb04a376 100644 (file)
@@ -873,7 +873,7 @@ gdk_event_set_screen (GdkEvent  *event,
  * Returns the screen for the event. The screen is
  * typically the screen for <literal>event->any.window</literal>, but
  * for events such as mouse events, it is the screen
- * where the the pointer was when the event occurs -
+ * where the pointer was when the event occurs -
  * that is, the screen which has the root window 
  * to which <literal>event->motion.x_root</literal> and
  * <literal>event->motion.y_root</literal> are relative.
index 4dfd315150276ed57326d8411117ef7804e4e4c5..05135ba7a67a4ef9c08dbe3ad564ecb7c03b1e32 100644 (file)
@@ -1312,7 +1312,7 @@ gdk_rgb_convert_gray8_gray (GdkRgbInfo *image_info, GdkImage *image,
 #ifdef HAIRY_CONVERT_565
 /* Render a 24-bit RGB image in buf into the GdkImage, without dithering.
    This assumes native byte ordering - what should really be done is to
-   check whether the the image byte_order is consistent with the _ENDIAN
+   check whether the image byte_order is consistent with the _ENDIAN
    config flag, and if not, use a different function.
 
    This one is even faster than the one below - its inner loop loads 3
index b46356bde67baad0ed3be5a0b6e3ad4d47f4ce38..77e7f5117a2a45a130a7509b4dc29ac72078124e 100644 (file)
@@ -1132,7 +1132,7 @@ gdk_display_supports_clipboard_persistence (GdkDisplay *display)
  *                    if all available targets should be saved.
  * @n_targets:        length of the @targets array
  *
- * Issues a request to the the clipboard manager to store the
+ * Issues a request to the clipboard manager to store the
  * clipboard data. On X11, this is a special program that works
  * according to the freedesktop clipboard specification, available at
  * <ulink url="http://www.freedesktop.org/Standards/clipboard-manager-spec">
index 957d0bf2f72fa13cf4c23301094c42b942d83a15..2464a5ceb59b2bd0f15773d07ef699d67277e83d 100644 (file)
@@ -1170,7 +1170,7 @@ translate_keysym (GdkKeymapX11   *keymap_x11,
     }
   else
     {
-      /* Fall back to the the first level if no symbol for the level
+      /* Fall back to the first level if no symbol for the level
        * we were passed.
        */
       shift_level = (state & shift_modifiers) ? 1 : 0;
index 1d181eb5c1d50f9d99110b0820a646849ee3b9bb..e62dd46bbea0c992aeeca484056dc11e88dcbd27 100644 (file)
@@ -352,7 +352,7 @@ gdk_screen_get_n_monitors (GdkScreen *screen)
  * @dest : a #GdkRectangle to be filled with the monitor geometry
  *
  * Retrieves the #GdkRectangle representing the size and position of 
- * the individual monitor within the the entire screen area.
+ * the individual monitor within the entire screen area.
  * 
  * Note that the size of the entire screen area can be retrieved via 
  * gdk_screen_get_width() and gdk_screen_get_height().
index 06374c5cf6cfb3794913737cb184989e6f75956a..641647cbd45674aa4309848f8f1a509019f87107 100644 (file)
@@ -104,7 +104,7 @@ _gdk_selection_filter_clear_event (XSelectionClearEvent *event)
 /**
  * gdk_selection_owner_set_for_display:
  * @display: the #GdkDisplay.
- * @owner: a #GdkWindow or %NULL to indicate that the the owner for
+ * @owner: a #GdkWindow or %NULL to indicate that the owner for
  *         the given should be unset.
  * @selection: an atom identifying a selection.
  * @time_: timestamp to use when setting the selection. 
@@ -250,7 +250,7 @@ gdk_selection_convert (GdkWindow *requestor,
        If the retrieval failed, %NULL we be stored here, otherwise, it
        will be non-%NULL and the returned data should be freed with g_free()
        when you are finished using it. The length of the
-       allocated memory is one more than the the length
+       allocated memory is one more than the length
        of the returned data, and the final byte will always
        be zero, to ensure nul-termination of strings.
  * @prop_type: location to store the type of the property.
index 1974b57eae5c8c132e81caa0e21db9bb670b9e01..ac9a9d1d32e98d7249fc0804b2ed64e645bbe675 100644 (file)
@@ -376,7 +376,7 @@ gtk_button_box_get_child_secondary (GtkButtonBox *widget,
  *
  * This group appears after the other children if the style
  * is %GTK_BUTTONBOX_START, %GTK_BUTTONBOX_SPREAD or
- * %GTK_BUTTONBOX_EDGE, and before the the other children if the style
+ * %GTK_BUTTONBOX_EDGE, and before the other children if the style
  * is %GTK_BUTTONBOX_END. For horizontal button boxes, the definition
  * of before/after depends on direction of the widget (see
  * gtk_widget_set_direction()). If the style is %GTK_BUTTONBOX_START
index c8b070ed4252c08e1186effb7a41912da31ea628..51ae7e3b38cb6146c55ee34108d204386586b17f 100644 (file)
@@ -1364,7 +1364,7 @@ gtk_container_set_focus_child (GtkContainer *container,
  * gtk_container_get_children:
  * @container: a #GtkContainer.
  * 
- * Returns the the container's non-internal children. See
+ * Returns the container's non-internal children. See
  * gtk_container_forall() for details on what constitutes an "internal" child. 
  *
  * Return value: a newly-allocated list of the container's non-internal children.
index df4f11656f85ac0a6b8d929ce534bc9cc416bbbc..e58187475f29092ea76e021ddd8911b334ebf94c 100644 (file)
@@ -2700,7 +2700,7 @@ gtk_drag_set_icon_pixbuf  (GdkDragContext *context,
  * @hot_x: the X offset within the icon of the hotspot.
  * @hot_y: the Y offset within the icon of the hotspot.
  * 
- * Sets the the icon for a given drag from a stock ID.
+ * Sets the icon for a given drag from a stock ID.
  **/
 void 
 gtk_drag_set_icon_stock  (GdkDragContext *context,
@@ -3500,7 +3500,7 @@ gtk_drag_end (GtkDragSourceInfo *info, guint32 time)
                                        gtk_drag_key_cb,
                                        info);
 
-  /* Send on a release pair to the the original 
+  /* Send on a release pair to the original 
    * widget to convince it to release its grab. We need to
    * call gtk_propagate_event() here, instead of 
    * gtk_widget_event() because widget like GtkList may
index 62544d83bc4cff61ae42ca563cf773f6e607eb65..7a81353c82640488c8284eeeb74209c7b86a0e8f 100644 (file)
@@ -3391,7 +3391,7 @@ gtk_entry_adjust_scroll (GtkEntry *entry)
    * the right, when the scroll is at the utmost right. This
    * looks better to to me than confining the cursor inside the
    * border entirely, though it means that the cursor gets one
-   * pixel closer to the the edge of the widget on the right than
+   * pixel closer to the edge of the widget on the right than
    * on the left. This might need changing if one changed
    * INNER_BORDER from 2 to 1, as one would do on a
    * small-screen-real-estate display.
index ee774aeef9c73848e9b9e78c4ef707fa05ce4159..83c95f1f4386e14637b4efe92906b7cd56d8a385 100644 (file)
@@ -433,7 +433,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser)
  * @chooser: a #GtkFileChooser
  * @filename: the filename to set as current
  * 
- * Sets @filename as the current filename for the the file chooser;
+ * Sets @filename as the current filename for the file chooser;
  * If the file name isn't in the current folder of @chooser, then the
  * current folder of @chooser will be changed to the folder containing
  * @filename. This is equivalent to a sequence of
@@ -721,7 +721,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser)
  * @chooser: a #GtkFileChooser
  * @uri: the URI to set as current
  * 
- * Sets the file referred to by @uri as the current file for the the
+ * Sets the file referred to by @uri as the current file for the
  * file chooser; If the file name isn't in the current folder of @chooser,
  * then the current folder of @chooser will be changed to the folder containing
  * @uri. This is equivalent to a sequence of gtk_file_chooser_unselect_all()
index 5ab0abda8b648e309f2a7cde4c0d25d4a2e71fa3..4b62d2b0f7c44642f827529ae9509acc43a5d47e 100644 (file)
@@ -3056,7 +3056,7 @@ open_user_dir (const gchar     *text_to_complete,
 
 #endif
 
-/* open a directory relative the the current relative directory */
+/* open a directory relative to the current relative directory */
 static CompletionDir*
 open_relative_dir (gchar           *dir_name,
                   CompletionDir   *dir,
index 4bb32a3b14101f960fd5b1aeab16520a7e92dace..4f8ced177b451ff297f6c683b8ba22a71adba243 100644 (file)
@@ -1124,8 +1124,8 @@ _gtk_file_system_model_set_filter (GtkFileSystemModel      *model,
  * then unrefs all the parent nodes.
  *
  * The reason for doing this operation as a callback
- * is so that if the operation performed with the the
- * path and iter results in referencing the the node
+ * is so that if the operation performed with the
+ * path and iter results in referencing the node
  * and/or parent nodes, we don't load all the information
  * about the nodes.
  *
index a607d16ec8422ec69872a6b36b21503ec1c446cb..ec761e176a56ad6a78fc07565ec00459ebda307f 100644 (file)
@@ -440,7 +440,7 @@ gtk_radio_action_set_group (GtkRadioAction *action,
  * gtk_radio_action_get_current_value:
  * @action: a #GtkRadioAction
  * 
- * Obtains the value property of the the currently active member of 
+ * Obtains the value property of the currently active member of 
  * the group to which @action belongs.
  * 
  * Return value: The value of the currently active group member
index 49f05b9f7f57e0f577e5739cd2539e7212054d00..08b7721a83faa8ed74b2bc6a29489448a70e4e05 100644 (file)
@@ -2086,7 +2086,7 @@ gtk_rc_init_style (GtkRcContext *context,
       GSList *tmp_styles;
       GType rc_style_type = GTK_TYPE_RC_STYLE;
 
-      /* Find the the first style where the RC file specified engine "" {}
+      /* Find the first style where the RC file specified engine "" {}
        * or the first derived style and use that to create the
        * merged style. If we only have raw GtkRcStyles, use the first
        * style to create the merged style.
index 3e4d964890c70009b5e0dbb4438f376dc4c5233a..3eb8b81397dd5440db8360d6cdf7393054691a1c 100644 (file)
@@ -9222,7 +9222,7 @@ gtk_tree_view_new_with_model (GtkTreeModel *model)
  * gtk_tree_view_get_model:
  * @tree_view: a #GtkTreeView
  *
- * Returns the model the the #GtkTreeView is based on.  Returns %NULL if the
+ * Returns the model the #GtkTreeView is based on.  Returns %NULL if the
  * model is unset.
  *
  * Return value: A #GtkTreeModel, or %NULL if none is currently being used.
@@ -9508,7 +9508,7 @@ gtk_tree_view_get_headers_visible (GtkTreeView *tree_view)
  * @tree_view: A #GtkTreeView.
  * @headers_visible: %TRUE if the headers are visible
  *
- * Sets the the visibility state of the headers.
+ * Sets the visibility state of the headers.
  **/
 void
 gtk_tree_view_set_headers_visible (GtkTreeView *tree_view,
index 8ebee881761e663da533522bb05c4f6e52696395..8323e2e843ac340516da710f82f97c95fb15dc09 100644 (file)
@@ -3257,7 +3257,7 @@ destroy_accel_path (gpointer data)
 /**
  * gtk_widget_set_accel_path:
  * @widget: a #GtkWidget
- * @accel_path: path used to look up the the accelerator
+ * @accel_path: path used to look up the accelerator
  * @accel_group: a #GtkAccelGroup.
  * 
  * Given an accelerator group, @accel_group, and an accelerator path,
index 83cd6c1c8af67a7fa9e983d7927737a858575846..bd58f3e7bcdb123befbfe6a28077a2ceb599ae89 100644 (file)
@@ -6670,7 +6670,7 @@ gtk_window_is_active (GtkWindow *window)
  * For real toplevel windows, this is identical to gtk_window_is_active(),
  * but for embedded windows, like #GtkPlug, the results will differ.
  * 
- * Return value: %TRUE if the the input focus is within this GtkWindow
+ * Return value: %TRUE if the input focus is within this GtkWindow
  *
  * Since: 2.4
  **/